Home > biomechZoo > Toolbox > Support Functions > setZooFld.m

setZooFld

PURPOSE ^

fld = SETZOOFLD(fld,mode,name) prepares folders for batch processing

SYNOPSIS ^

function fld = setZooFld(fld,mode,name)

DESCRIPTION ^

 fld = SETZOOFLD(fld,mode,name) prepares folders for batch processing
 steps

 Notes:
 - This function can be used in biomechZoo processing scripts to replace
   multiple 'uigetfolder' calls. For example, given an existing fld '1-c3d2zoo',
   the following code will move all data in '1-c3d2zoo' to the new folder called
   '2-some process'and update the fld variable:

  mode = 'auto';
  fld = 'C:\Users\Phil\samplestudy\1-c3d2zoo'
  fld = setZooFld(fld,mode,'some process');



 Created by Philippe C. Dixon April 2017

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005